--- title: "Centralities and Egos" linktitle: "Week 9: Centralities and Egos" menu: tasks: parent: Homeworks weight: 9 type: docs weight: 2 editor_options: chunk_output_type: console ---

R Task

First please go ahead and down a copy of everything you’ll need to complete this week’s task

Materials

Directions

  1. Locate a table on any website that (a) includes relational data and (b) you have to scrape using rvest1

  2. Construct

  1. three plots of the data using any three centrality measures and patch them together. Make sure that you interpret what the plot is telling you and that you can justify the comparisons.

  2. two plots as ego networks and patch them together Make sure that you interpret what the plot is telling you and that you can justify the comparison.

  3. convert one pick into a Viznetwork2

  1. Please post

#r-sentiments no later than November 14 at 11:59 PM.


  1. Wikipedia may be an obvious choice given the walkthrough, but you are free to go after any tabular tabular data↩︎

  2. have some fun with this!↩︎